python,python3: drop HostPy/Compile/Default rules
authorAlexandru Ardelean <[email protected]>
Wed, 19 Jul 2017 07:07:35 +0000 (10:07 +0300)
committerAlexandru Ardelean <[email protected]>
Wed, 19 Jul 2017 13:50:25 +0000 (16:50 +0300)
Not used, and will not be used.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python/files/python-host.mk
lang/python/python3/files/python3-host.mk

index 6953a09d94165cf4dd4f67942dab764f711ede46..17e0758dd7e009dc7dd2676c5bc4e46c6e577996 100644 (file)
@@ -71,11 +71,4 @@ define Build/Compile/HostPyMod
                $(3))
 endef
 
-define HostPy/Compile/Default
-       $(call Build/Compile/HostPyMod,,\
-               install --root="$(STAGING_DIR_HOSTPKG)" --prefix="" \
-               --single-version-externally-managed \
-       )
-endef
-
 endif # __python_host_mk_inc
index 3abf6aa5f88ab755415dd434c65e1f5c52e3ee39..487aada30fa7a648f1ab66d95c2f612d7d5b6d48 100644 (file)
@@ -71,11 +71,4 @@ define Build/Compile/HostPy3Mod
                $(3))
 endef
 
-define HostPy3/Compile/Default
-       $(call Build/Compile/HostPy3Mod,,\
-               install --root="$(STAGING_DIR_HOSTPKG)" --prefix="" \
-               --single-version-externally-managed \
-       )
-endef
-
 endif # __python3_host_mk_inc